Description
A print settings list contains only PrintSettings elements.
Type
Diagram
Overview
|
|
Name required xsd:NCName
The Name attribute is used to associate print settings with an image page, page range, or image file.
|
|
PrintTextHeader1 optional xsd:string
The PrintTextHeader1 attribute specifies the first line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextHeader2 optional xsd:string
The PrintTextHeader2 attribute specifies the second line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextHeader3 optional xsd:string
The PrintTextHeader3 attribute specifies the third line of the header printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter1 optional xsd:string
The PrintTextFooter1 attribute specifies the first line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter2 optional xsd:string
The PrintTextFooter2 attribute specifies the second line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextFooter3 optional xsd:string
The PrintTextFooter3 attribute specifies the third line of the footer printed on a page. This setting overrides user preferences.
|
|
PrintTextSize optional xsd:decimal
The x attribute specifies the size (in points) of the font used to render the header and footer. This setting overrides user preferences.
|
|
PrintMultipage optional Restriction of xsd:string
The PrintMultipage attribute causes ANSI B and C sized paper to be treated as 2 or 4 letter sized pieces of paper, respectively. Only the headers and footers on the first page are printed.
|
|
Source
<xsd:element name="PrintSettings" type="printsettingstype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A print settings list contains only PrintSettings elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
|
See Also